DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1ScopedDataCollection<T> Class


In This Topic
    C1ScopedDataCollection<T> Class Properties
    In This Topic

    For a list of all members of this type, see C1ScopedDataCollection<T> members.

    Public Properties
     NameDescription
    Public PropertyGets the state of the connection to the source. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
    Public PropertyGets the number of elements in the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<T>)
    Public PropertyGets the current page number. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
    Public PropertyOverridden.   
    Public PropertyOverridden.   
    Public PropertyGets a value indicating whether this collection can load more items. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
    Public PropertyGets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>)
    Public PropertyGets whether the group items will be inline with the data items or the items will be the first level of group items. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
    Public PropertyGets a value indicating whether the collection is being updated. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
    Public Property (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
    Public PropertyGets the element at the specified index in the read-only list. (Inherited from C1.DataCollection.C1DataCollectionBase<T>)
    Public PropertyGets or sets the maximum number of items per page. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
    Public PropertyGets or sets the property path to which this collection is scoped.  
    Public PropertyOverridden.   
    Public PropertyGets the total number of items in the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets or sets the original source collection. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
    Protected PropertyGets a value indicating whether the source collection is a list. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
    Protected PropertyGets a value indicating whether the source collection is a list. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
    Protected PropertyGets a value indicating whether the source collection is an ObservableCollection. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
    Protected PropertyGets a value indicating whether the source collection notifies changes. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
    Top
    See Also